home *** CD-ROM | disk | FTP | other *** search
/ China - A Great Country …ng Tourist Spots in China / China - A Great Country in the East 3: Outstanding Tourist Spots in China.iso / index1.swf / scripts / DefineButton2_240 / BUTTONCONDACTION on(press).as
Text File  |  2003-01-10  |  233b  |  10 lines

  1. on(press){
  2.    setProperty("_root.centers.zw1", _visible, "0");
  3.    setProperty("_root.centers.zw2", _visible, "0");
  4.    setProperty("_root.centers.py", _visible, "1");
  5.    with(_root.pybutton)
  6.    {
  7.       gotoandstop(1);
  8.    }
  9. }
  10.